Johan Bockg� <bojohan at gnu.org>
authorGlenn Morris <rgm@gnu.org>
Thu, 1 Nov 2007 03:45:54 +0000 (03:45 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 1 Nov 2007 03:45:54 +0000 (03:45 +0000)
(x_draw_stretch_glyph_string): Don't set s->stippled_p here, since it
has already been set by x_set_glyph_string_gc from
x_draw_glyph_string.

http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01571.html

src/macterm.c

index 726a0f72b18c035babdb2e990e98ee565e75f4a5..9bc96e492d30ef4d9882958fff0fcabae4e72ca3 100644 (file)
@@ -3704,7 +3704,6 @@ x_draw_stretch_glyph_string (s)
      struct glyph_string *s;
 {
   xassert (s->first_glyph->type == STRETCH_GLYPH);
-  s->stippled_p = s->face->stipple != 0;
 
   if (s->hl == DRAW_CURSOR
       && !x_stretch_cursor_p)